home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 18 / Developer Source Volume 18 (I-MODE Publications, Inc.)(2000).iso / visua / 941 / omahf112.gif < prev    next >
Graphics Interchange Format  |  1999-09-30  |  63KB  |  658x329  |  4-bit (16 colors)
Labels: text | screenshot | font | document | number
OCR: Parameters Description Collections Fields Properties Methods AddNew Conce Batch, CancelUpdate, Clone, Close, Delete, GetRows, Move, MoveFirst, MoveLast, MoveNext MovePrevious' NextRecordset, Open, Requery, Resync, Supports, Update, UpdateBatch. To reposition the current record use the MoveFirst, MoveLast, MoveNext (supports the forward-only cursor Rocordsen, and MovePrevious and Move methods: You can create a Recordset object by passing the Open method with d' ofthection string: Open a Connection object if you want to create multiple Recordset objecis à In the case of Move methods, you can use them to review each record {you can use the BOF and coF properties to ensure you haven't moved beyond the beginning or end of the Recordsen):The AddNew method lets you add records to the data source. The Update and UpdateBatch methods let you simultaneously update several fields in a record. The Update method is called when `you want to perform iminadiate updating: Otherwise, you can use batch updating. You can then use the Status property to find any contheting data. Properties Absolutehago Absolute Position: Active Connection, BOF, Bookmark, CacheSize, CursorLocation, Cursortype, EditMode, EQF; Filter, LockType, MarshalOptions, MaxRecords, PageCount, PageSize, RecordCount Source State:Status, As you open a Recordset, the first record is the current record. The BOF and EOF properties are set to false; "(They're set to true if there are no records.) The AbsolutePosition: Absolute ogen and Filter properties dre used to reposition the current record, To choose the cursor type, use the Cursor Type property Figure 12: Recordset object parameters.